home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / teachaid / par / example6.inf < prev    next >
Text File  |  1994-05-19  |  832b  |  16 lines

  1. ===============================================================================
  2. ==========================                         ============================
  3. ==========================       EXAMPLE # 6       ============================
  4. ==========================                         ============================
  5. ===============================================================================
  6.  
  7. THE INPUT FILE:  List of applicants at a hiring agency.  This file is a fixed-
  8.                  length (non-text) file, so there are no carriage returns or
  9.                  line feeds.  Each record is 123 characters wide.
  10.  
  11. WHAT WE WANT:    Convert the file to comma-delimited format.
  12.  
  13. HOW WE DO IT:    (1) We use the CHOP command to break up fixed-length records.
  14.                  (2) We use TRIM to remove spaces.
  15.  
  16.